home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode3.swf / scripts / DefineButton2_1143 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-03-20  |  84 b   |  7 lines

  1. on(release){
  2.    tellTarget("ControlFleche")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6. }
  7.